Apple QuickTime Player 7
Here is how I did it. Download the stand alone exe installer From http://www.apple.com/quicktime/download/standalone.html Delete all files in %userprofile%\AppData\Local\Temp Now run the Ins… Read More
Download the QuickTime installer You can get this from http://www.apple.com/quicktime/download/ 2. Open a command prompt to extract the .msi files Navigate to where the in… Read More
If you are creating a custom SCCM silent install for Windows 7 you will need to create a package to do the following: Copy your custom QTPlayerSession.xml to C:\Users\<username>\AppData\Local\… Read More
Follow below link for packaging latest version of Quicktime on Windows 7 http://msiworld.blogspot.com.au/2012/06/re-packaging-apple-quicktime-7728056.html Read More
Here's my little install script for QuickTime 7.6.9 : start /wait msiexec /i AppleApplicationSupport.msi /passive /norestart start /wait msiexec /i Quicktime.msi /passive /norestart ALLUSERS=1… Read More
Firstly I ran the QuickTimeInstaller.exe and when this was running it extracted 4 files to the %TEMP% folder, on my machine it was called (IXP016.TMP). It might be different on your machine.(IX… Read More
I found this on the Apple Discussions Board: - http://discussions.apple.com/thread.jspa?threadID=2150407&start=0&tstart=0 Jar3dItGuy suggests, "Here's what you gotta do... To obtain both ne… Read More
Scenario â QuicktimePlayer_7.6.4 application creates cache of the vendor MSI in âC:\Documents and Settings\All Users\Application Data\Apple Computer\Installer Cache\QuickTime 7.64.1… Read More
Instructions for packaging Apple QuickTime version 7.6.0(7.60.92.0). My requirements were QuickTime had to work stand alone, as a plug-in with IE 7 and FireFox 3.x with NO Auto Update. No tray … Read More
The standalone player setup executable can be downloaded here: QuickTimeInstaller.exe 21MB QuickTime version 7.1.0.210 Run this and stop at the Select Setup Language screen. Browse … Read More
Here is my FULL recipe: *** Download the standalone version (iTunes-free) *** http://www.apple.com/quicktime/download/standalone.html The new QuickTime 7.02 installer is not a Mind Installer … Read More
Put the following in one CMD file: msiexec /i ISScript11.Msi /qb msiexec /i QuickTime.msi TRANSFORMS=1033.mst ISSETUPDRIVEN=1 /QR The important part is the /QR Using /QF instead will work too.… Read More